API ReferenceWebhooks
List Webhooks
Retrieves a list of all webhooks in your workspace.
GET/v2/hooks
Usage
TypeScript Example
import { v0 } from 'v0-sdk'const result = await v0.webhooks.list()console.log(result)API Signature
Request
Response
items: object[]
id: string
The unique identifier of the webhook.
name: string
The name of the webhook.